NevronOpenVision
Nevron.Nov.DataStructures Namespace / NObjectEqualsFilter<T> Class
Members
In This Topic
    NObjectEqualsFilter<T> Class
    In This Topic
    A filter objects that are object equal to another object. Uses the Object.Equals method.
    Object Model
    NObjectEqualsFilter<T> Class
    Syntax
    public sealed class NObjectEqualsFilter<T> : INFilter<T>  
    Type Parameters
    T
    Remarks
    The NObjectEqualsFilter is fundamentally different from the NEqualsToFilter, because the latter is only available for types that implement the IComparable interface and actually uses another method to check for equality.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NObjectEqualsFilter<T>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also